home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20020314-20021006
/
000254_jaltman@watsun.cc.columbia.edu_Wed Jul 31 17:59:18 EDT 2002.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
57 lines
Article: 13569 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: SSL/TLS Scripting Question
Date: 31 Jul 2002 21:54:49 GMT
Organization: Columbia University
Lines: 40
Message-ID: <ai9mb9$skk$1@newsmaster.cc.columbia.edu>
References: <oSX19.36380$vB3.2034280@twister.souCERTtheast.rr.com>
NNTP-Posting-Host: watsun.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1028152489 29332 128.59.39.2 (31 Jul 2002 21:54:49 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 31 Jul 2002 21:54:49 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13569
SET AUTH TLS VERIFY NO
or
SET AUTH TLS CERTS-OK YES
However, the appropriate thing to do is place the Root Certificate
that was used to sign the host's cert into your ca_certs.pem file;
or load it into Kermit with
SET AUTH TLS VERIFY-FILE filename
In article <oSX19.36380$vB3.2034280@twister.southeast.rr.com>,
Eric Almond <eric672@carolina.rr.comTRASH> wrote:
: I'm scripting out a Secure FTP session using SSL/TLS and I'm getting the
: following messages that's causing the script to pause for user input:
:
: Warning: Server has a self-signed certificate
: Continue? (Y/N)
:
: Warning: Hostname ("ftp.xxxxxx.com") does not match server's certificate
: ("xxxxxx")
: Continue? (Y/N)
:
: Is there a way to automatically accept these "Warnings"? I know the server
: is valid and I'm not concerned about these messages. I looked in the
: documentation but can't find anything specifically talking about these
: messages. I need this script to be automated and with no user intervention.
:
: Thanks in Advance!
: Eric
:
:
:
Jeffrey Altman * Sr.Software Designer Kermit 95 2.0 GUI available now!!!
The Kermit Project @ Columbia University SSH, Secure Telnet, Secure FTP, HTTP
http://www.kermit-project.org/ Secured with MIT Kerberos, SRP, and
kermit-support@columbia.edu OpenSSL.